projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2bd6f
)
(ftxfont_draw): Use s->font_info, not face->font_info.
author
Kenichi Handa
<handa@m17n.org>
Wed, 6 Feb 2008 11:53:49 +0000
(11:53 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 6 Feb 2008 11:53:49 +0000
(11:53 +0000)
src/ftxfont.c
patch
|
blob
|
history
diff --git
a/src/ftxfont.c
b/src/ftxfont.c
index 5b0ff5faa8c2497256e50d61e040dcc041b32502..49222fdb514e7c62547af0735dc1acaa28431bb9 100644
(file)
--- a/
src/ftxfont.c
+++ b/
src/ftxfont.c
@@
-370,7
+370,7
@@
ftxfont_draw (s, from, to, x, y, with_background)
{
FRAME_PTR f = s->f;
struct face *face = s->face;
- struct font *font = (struct font *)
face
->font_info;
+ struct font *font = (struct font *)
s
->font_info;
XPoint p[0x700];
int n[7];
unsigned *code;